//==============================================================================

define GreekCavalryShield
{
	SetSelector
	{
		TechLogic none/Copper shields/Bronze shields/Iron shields
		set hotspot
		{
			version
			{
				visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
				visual Attachments G Shield Small Copper
			}
		}
		set hotspot
		{
			version
			{
				visual Attachments G Shield Small Copper
				ReplaceTexture Attachments G Shield Copper/Attachments G Shield bronze
			}
		}
		set hotspot
		{
			version
			{
				visual Attachments G Shield Small Copper
				ReplaceTexture Attachments G Shield Copper/Attachments G Shield iron
			}
		}
	}
}

//==============================================================================

define hetaroiShield
{
	SetSelector
	{
		TechLogic none/Copper shields/Bronze shields/Iron shields
		set hotspot
		{
			version
			{
				visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
				visual attachments g shield hetaroi
				ReplaceTexture Attachments G Shield Copper/attachments g shield hetaroi copper
			}
		}
		set hotspot
		{
			version
			{
				visual attachments g shield hetaroi
				ReplaceTexture Attachments G Shield Copper/attachments g shield hetaroi bronze
			}
		}
		set hotspot
		{
			version
			{
				visual attachments g shield hetaroi
				ReplaceTexture Attachments G Shield Copper/attachments g shield hetaroi iron
			}
		}
	}
}